InstallScript := func(partName)
begin
	AddDeferredCall(
		func()
		begin
			GetRoot().(kAppSymbol):SetLevels();
		end,
		nil);
end;